home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global GHarddiskpath, gCDRDrive
- if (the mouseH <> word 1 of field "mouseLoc") or (the mouseV <> word 2 of field "mouseLoc") then
- set the timeoutScript to EMPTY
- go("From picture", GHarddiskpath & "OsloMain")
- else
- set whichMovie to getAt(["beach", "bit", "dolpush", "knock"], random(4))
- set the timeoutScript to EMPTY
- go(1, gCDRDrive & "screen:" & whichMovie)
- end if
- end
-